Q3Geometry_Submit
You can use theQ3Geometry_Submit
function to submit a retained geometric object for drawing, picking, bounding, or writing.
TQ3Status Q3Geometry_Submit ( TQ3GeometryObject geometry, TQ3ViewObject view);
geometry
- A geometric object.
view
- A view.
DESCRIPTION
TheQ3Geometry_Submit
function submits the geometric object specified by thegeometry
parameter for drawing, picking, bounding, or writing according to the view characteristics specified in theview
parameter. The geometric object must have been created by a call that creates a retained object (for example,Q3Point_New
).SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.